# MPLAB IDE generated this makefile for use with Microsoft `nmake'.
# Project: delay.mcp
# Date: Mon Jun 04 06:39:24 2012

AS = MPASMWIN.exe
CC = 
LD = mplink.exe
AR = mplib.exe
RM = del

"delay.cof" : "delay.o"
	$(CC) /p10F322 "delay.o" /z__MPLAB_BUILD=1 /o"delay.cof" /M"delay.map" /W /x

"delay.o" : "delay.asm" "..\..\..\..\..\..\Program Files\Microchip\MPASM Suite\p10f322.inc"
	$(AS) /q /p10F322 "delay.asm" /l"delay.lst" /e"delay.err"

"clean" : 
	$(CC) "delay.o" "delay.hex" "delay.err" "delay.lst" "delay.cof"

